3.5.1. Issues Found

  1. Creating a New Calendar, the event will throw 500

    • Error: dav - error handling method PUT com.xxxx.xx.dav.DavException: cannot create

    • Summary: When creating a new collection, the server may not return the correct collection type.

  2. When Adding an Attendee to an Event on another Domain, PERM_DENIED

    • Error: calendar - Unable to process iCalendar attachment com.xxxxxxx.common.service.ServiceException: permission denied: calendar invite not allowed from (Sender)

    • Summary: When creating an event via CalDAV, and adding an attendee that is not part of the domain, the server will throw this error. No impact on delivery/event.

  3. MultiGet Problem with Calendars that have encoding\Characters that have encoding are escaped twice

    • Error: <status>HTTP/1.1 404 Not Found</status>

    • Summary: When using multiget clients and/or if user’s have calendars that have names that have characters that must be encoded, the calendar isn’t visible.

  4. Validation of incoming iMIP messages and calendar SPAM

    • Error: None, but impact is invalidated users can edit/change events; unscrupulous individuals can add spam events to calendars, unchecked.